(Info-index-next): Use "(`,' tries to find next)" for
authorKai Großjohann <kgrossjo@eu.uu.net>
Wed, 22 Jan 2003 10:43:36 +0000 (10:43 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Wed, 22 Jan 2003 10:43:36 +0000 (10:43 +0000)
more matches for consistency with standalone info browser.

lisp/ChangeLog
lisp/info.el

index 9f9a18e4313acfce90d3b28e6387fbae1cbe7964..ffbed2bf5cc2291ff95acb86020e726de0834786 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * info.el (Info-index-next): Use "(`,' tries to find next)" for
+       more matches for consistency with standalone info browser.
+
 2003-01-22  Kenichi Handa  <handa@m17n.org>
 
        * international/mule.el
index ed323d6e7f090cb707ecc51ce62c7172e8189bd3..92e0eebaf23d9175cc4126bbc0a1581821f6a133 100644 (file)
@@ -1995,7 +1995,7 @@ Give a blank topic name to go to the Index node itself."
           (car (car Info-index-alternatives))
           (nth 2 (car Info-index-alternatives))
           (if (cdr Info-index-alternatives)
-              "(Press `,' for more)"
+              "(`,' tries to find next)"
             "(Only match)")))
 
 (defun Info-find-index-name (name)